AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Línea de tiempo
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Adds a new track into a TimeLine control.
Example
// Add 2 tracks
TimelineAddTrack(TL_General, "Sound")
TimelineAddTrack(TL_General, "Image")
Syntax
<Result> = TimelineAddTrack(<TimeLine control> , <Track> [, <Image>])
<Result>: Integer
  • Index of the added track,
  • -1 if an error occurred. ErrorInfo is used to identify the error.
<TimeLine control>: Control name
Name of TimeLine control into which the track will be added.
<Track>: Character string
Name of the added track. An invisible value can be added by gStoredValue.
<Image>: Optional character string
Path and name of the background image for the title of the track. This image is displayed below the header of the line containing the name of the track.
Component: wd290mdl.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local